home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / dts_eval.zip / DTSWIN16.Z / OPTIONS.DOC < prev    next >
Text File  |  1996-07-01  |  10KB  |  282 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                     dtSearch 4.0
  9.  
  10.                                  OPTIONS.DAT Manual
  11.  
  12.           Introduction
  13.           ============
  14.  
  15.               dtSearch stores user-specified options in a file called
  16.           OPTIONS.DAT. Most options can be changed directly using dialog
  17.           boxes in dtSearch.   Therefore, MOST USERS DO NOT NEED TO KNOW
  18.           ABOUT THE CONTENTS OF OPTIONS.DAT. This information is provided
  19.           for users who need access to a few advanced options that can only
  20.           be changed by editing OPTIONS.DAT.   Also, in unusual
  21.           circumstances some users may need to edit the OPTIONS.DAT file
  22.           directly.
  23.  
  24.           How dtSearch Uses OPTIONS.DAT
  25.           =============================
  26.  
  27.               dtSearch writes user-specified options to OPTIONS.DAT each
  28.           time you change an option in dtSearch and at the end of the
  29.           program.  Therefore, if you want to edit OPTIONS.DAT, you should
  30.           make sure that you are not running dtSearch while you are editing
  31.           the file.  Otherwise, when you exit dtSearch the program will
  32.           write a new OPTIONS.DAT file and your edits will be lost.
  33.  
  34.               On a network, dtSearch looks for OPTIONS.DAT in the user's
  35.           private dtSearch directory and, if the file is not present, looks
  36.           for it in the shared dtSearch directory on the server.  Changes
  37.           are always written to the user's private dtSearch directory. 
  38.           (The private dtSearch directory is the directory on a network
  39.           where a user's individual setup files are stored.)
  40.  
  41.           Format of the OPTIONS.DAT File
  42.           ==============================
  43.  
  44.               OPTIONS.DAT begins with a line containing the words "dtSearch
  45.           Options".  It is followed by a series of lines having the format 
  46.  
  47.                       ParamName = value
  48.                       
  49.           There is no way to insert comments into an OPTIONS.DAT file.
  50.  
  51.               Filenames in an OPTIONS.DAT file can be full pathnames (such
  52.           as c:\dtsearch\x.dat) or they can be relative (such as ..\x.dat). 
  53.           If a relative path is supplied, dtSearch looks for the file first
  54.           in the user's private dtSearch directory and, if the file does
  55.           not exist there, dtSearch looks in the directory containing the
  56.           dtSearch executable program.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.                                         - 2 -
  63.  
  64.               If you delete an item from OPTIONS.DAT, dtSearch will write
  65.           the default value for the item to OPTIONS.DAT the next time you
  66.           run it.  If you delete the OPTIONS.DAT file, dtSearch will create
  67.           a new default OPTIONS.DAT file the next time you run it.
  68.  
  69.           Content of the OPTIONS.DAT File
  70.           ===============================
  71.  
  72.           AlphabetName = ENGLISH.ABC
  73.  
  74.                Name of the selected alphabet file.  (Options|Indexing
  75.                Options)
  76.  
  77.           AutoWrap = Yes
  78.  
  79.                If yes, document windows automatically re-wrap when resized.
  80.  
  81.           BinaryFiles = 2
  82.  
  83.                Treatment of binary files when indexing.  (Options|Indexing
  84.                Options)
  85.  
  86.           ButtonBarFont = {Face=Arial} {Height=-13} {Weight=Normal}
  87.           {CharSet=Ansi}
  88.  
  89.                The font used to display the button bar.  (Button Bar Menu)
  90.  
  91.           ButtonBarItems = 
  92.  
  93.                The contents of the button bar
  94.  
  95.           ButtonBarIcons = Yes
  96.           ButtonBarText = Yes
  97.  
  98.                Determines whether the button bar displays text, icons, or
  99.                both. (Button Bar Menu)
  100.  
  101.           FixedFont = {Face=Fixedsys} {Height=-17} {Weight=Normal}
  102.           {CharSet=Ansi}
  103.  
  104.                Font used to display search results.  (Font button)
  105.  
  106.           HitBgColorRGB = 255 255 0
  107.  
  108.                Background color used to highlight hits in retrieved
  109.                documents.  The three numbers indicate the amount of red,
  110.                green, and blue in the color.  Each number can range from 0
  111.                to 255.  (Default is bright yellow.)
  112.  
  113.           Hyphens = 4
  114.  
  115.  
  116.  
  117.  
  118.  
  119.                                         - 3 -
  120.  
  121.                Treatment of hyphen characters when indexing. 
  122.                (Options|Indexing Options)
  123.  
  124.           IgnoreSummaries = No
  125.  
  126.                If Yes, dtSearch will ignore WordPerfect document summaries
  127.                when indexing and searching WordPerfect documents.  NOTE: If
  128.                you change this value, you should reindex any WordPerfect
  129.                documents you have previously indexed.
  130.  
  131.           ImageDirectories =   
  132.  
  133.                Directories to search when looking for image files
  134.                associated with a document.  (Options|Imaging Options)
  135.  
  136.           ImageExtensions = BMP EPS GIF JPG IMG PCX TIF TGA WMF WPG
  137.  
  138.                Extensions of files that should be treated as images rather
  139.                than documents.  (Options|Imaging Options)
  140.  
  141.           ImageViewer =   
  142.  
  143.                External viewer to use instead of dtSearch to display
  144.                images.  (Options|Imaging Options)
  145.  
  146.           IndexFlags.CaseSensitive = No
  147.           IndexFlags.AccentSensitive = No
  148.  
  149.                Defaults for creation of new indexes.  (Index|Create
  150.                (Advanced))
  151.  
  152.           IndexFlags.Compress = No
  153.           IndexFlags.RemoveDeleted = Yes
  154.  
  155.                Default actions when indexing.  (Index|Update Index)
  156.  
  157.           IndexLibrary = IXLIB.ILB
  158.  
  159.                The currently selected index library.  (Index|Change
  160.                Library)
  161.  
  162.           IndexNumbers = Yes
  163.  
  164.                If no, numbers will not be added to the index.
  165.                (Options|Indexing Options)
  166.  
  167.           LinkTextColorRGB = 0 128 0
  168.  
  169.                Color used to display hypertext links in Search Reports and 
  170.                lines in Search Results.  The three numbers indicate the
  171.                amount of red, green, and blue in the color.  Each number
  172.                can range from 0 to 255.  (Default is dark green.)
  173.  
  174.  
  175.  
  176.  
  177.  
  178.                                         - 4 -
  179.  
  180.  
  181.           MacroChar = @
  182.           FuzzyChar = %
  183.           PhoneticChar = #
  184.           StemmingChar = ~
  185.  
  186.                These options allow you to redefine the characters used to
  187.                specify stemming, fuzzy, and phonic searches or to identify
  188.                macros in search requets.  The ability to redefine these
  189.                characters is useful for users who need to be able to make
  190.                @, %, #, or ~ searchable.
  191.  
  192.           NoiseListName = DTSEARCH.NOI
  193.  
  194.                Name of the file containing the noise word list.
  195.  
  196.           PrintOptions.IsInches = Yes
  197.           PrintOptions.LeftMargin = 100
  198.           PrintOptions.RightMargin = 100
  199.           PrintOptions.TopMargin = 100
  200.           PrintOptions.BottomMargin = 100
  201.           PrintOptions.Header = &f Page &p
  202.           PrintOptions.Footer =   
  203.  
  204.                Page layout information for printing.  (File|Page Setup)
  205.  
  206.           QuietMode = Yes
  207.  
  208.                If Yes, do not beep on error messages. 
  209.                (Options|Preferences) 
  210.  
  211.           RelativePaths = Yes
  212.  
  213.                If Yes, dtSearch will store relative, rather than absolute,
  214.                path information in indexes and index libraries.  The
  215.                distinction between relative and absolute paths is discussed
  216.                in detail in the User's Manual.
  217.  
  218.           ReportRange = 30
  219.  
  220.                Number of words of context around each hit in a search
  221.                report.  (Search|Generate Report)
  222.  
  223.           ResultsFormat.ShowHits = Yes
  224.           ResultsFormat.ShowName = Yes
  225.           ResultsFormat.ShowTitle = Yes
  226.           ResultsFormat.ShowDate = Yes
  227.           ResultsFormat.ShowTime = No
  228.           ResultsFormat.ShowDir = Yes
  229.  
  230.                These values determine how search results appear in a search
  231.                results window.  (Options|Preferences)
  232.  
  233.  
  234.  
  235.  
  236.  
  237.                                         - 5 -
  238.